Module: components/TableHeader
Functions
default
▸ default<TData, TValue>(root0): Element
A component that renders a header for a table column that can be sorted.
Type parameters
| Name |
|---|
TData |
TValue |
Parameters
| Name | Type | Description |
|---|---|---|
root0 | Object | The props of the component. |
root0.column | Column<TData, TValue> | The column object to which the header belongs. |
root0.text | string | The text of the header. |
Returns
Element